ServiceDeleteItem Method (IListItemId, SendMeetingInvitations) |
Deletes multiple items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Response> DeleteItem(
IList<ItemId> items,
SendMeetingInvitations sendMeetingInvitations
)
Public Function DeleteItem (
items As IList(Of ItemId),
sendMeetingInvitations As SendMeetingInvitations
) As IList(Of Response)
Parameters
- items
- Type: System.Collections.GenericIListItemId
The IDs of the items to delete. - sendMeetingInvitations
- Type: Independentsoft.ExchangeSendMeetingInvitations
Indicates whether cancellation messages should be sent.
Return Value
Type:
IListResponseA collection of deletion results for each of the specified item IDs.
See Also